tests: do not run tests/test-rollsum as part of make check
authorGiuseppe Scrivano <gscrivan@redhat.com>
Fri, 13 Feb 2015 10:50:37 +0000 (11:50 +0100)
committerColin Walters <walters@verbum.org>
Sat, 21 Feb 2015 22:19:20 +0000 (17:19 -0500)
it is not really a unit test.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Conflicts:
Makefile-tests.am

Makefile-tests.am

index 82df821d7ae0a5d594320b76159877aadc5a4eb3..3f6f2dea8dfa231b341f41a8d12b6dfa1929fce5 100644 (file)
@@ -117,4 +117,4 @@ tests_test_varint_SOURCES = src/libostree/ostree-varint.c tests/test-varint.c
 tests_test_varint_CFLAGS = $(ostree_bin_shared_cflags) $(OT_INTERNAL_GIO_UNIX_CFLAGS)
 tests_test_varint_LDADD = $(ostree_bin_shared_ldadd) $(OT_INTERNAL_GIO_UNIX_LIBS)
 
-TESTS = tests/test-rollsum tests/test-varint tests/test-ot-unix-utils
+TESTS = tests/test-varint tests/test-ot-unix-utils